home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / games / mac / __the_arcade__ / mr._ball_s_game / card_3737.txt < prev    next >
Text File  |  1991-02-12  |  866b  |  44 lines

  1. -- card: 3737 from stack: in._ball_s_game
  2. -- bmap block id: 3910
  3. -- flags: 0000
  4. -- background id: 3469
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on opencard
  8.   global guys,coins
  9.   put empty into bg fld "guys"
  10.   repeat with i = 1 to guys
  11.     put "ΓÇó " after bg fld "guys"
  12.   end repeat
  13.   put coins into bg fld "coins"
  14. end opencard
  15.  
  16.  
  17.  
  18. -- part 1 (button)
  19. -- low flags: 00
  20. -- high flags: 8001
  21. -- rect: left=468 top=320 right=342 bottom=512
  22. -- title width / last selected line: 0
  23. -- icon id / first selected line: 0 / 0
  24. -- text alignment: 1
  25. -- font id: 0
  26. -- text size: 12
  27. -- style flags: 0
  28. -- line height: 16
  29. -- part name: Start
  30. ----- HyperTalk script -----
  31. on mouseUp
  32.   global guys,coins
  33.   put 0 into coins
  34.   put 3 into guys
  35.   go to first card
  36.   updateguys
  37.   set the loc of bg btn "mr. ball" to 256,20
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part contents for background part 4
  43. ----- text -----
  44. 0